RichTextKit v0.4

Slice<T>.IndexOfAny Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Slice<T>

Find the first index of one or more valus

public int IndexOfAny(params T[] values);

Parameters

params T[] values

The value to search for

Returns

int

The index of the first occurance, of -1 if not found